public class MappingContextImpl extends Object implements MappingContext
MappingContext.| Modifier | Constructor and Description |
|---|---|
protected |
MappingContextImpl(String path,
TypeInformation typeInformation) |
| Modifier and Type | Method and Description |
|---|---|
MappingContext |
createChild(String subPath,
TypeInformation typeInformation)
Creates a child context with the given path addition ("name") and type information.
|
String |
createDescription() |
static MappingContextImpl |
createRoot(TypeInformation typeInformation)
Creates an initial context (used at the start of a mapping process).
|
TypeInformation |
getTypeInformation() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericTypeInfoOrFailprotected MappingContextImpl(String path, TypeInformation typeInformation)
public static MappingContextImpl createRoot(TypeInformation typeInformation)
typeInformation - the required typepublic MappingContext createChild(String subPath, TypeInformation typeInformation)
MappingContextcreateChild in interface MappingContextsubPath - additional path element to append to this context's pathtypeInformation - the required typepublic TypeInformation getTypeInformation()
getTypeInformation in interface MappingContextpublic String createDescription()
createDescription in interface MappingContextCopyright © 2016–2018 The AuthMe Team. All rights reserved.