public class PropertyAbstractEntityTypeMapping extends Object implements EntityTypeMapping
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_TYPE_FIELD |
static JavaType |
STRING |
| Constructor and Description |
|---|
PropertyAbstractEntityTypeMapping() |
| Modifier and Type | Method and Description |
|---|---|
<Target> EntityDecoder<Target,Object> |
newEntityTypeDecoder(EntityResolver resolver,
DecoderFactory<Target> factory) |
<Target> EntityEncoder<Target,Object> |
newEntityTypeEncoder(EntityResolver resolver,
EncoderFactory<Target> factory) |
<Target> EntityStreamEncoder<Target,Object> |
newEntityTypeStreamEncoder(EntityResolver resolver,
StreamEncoderFactory<Target> factory) |
Optional<String> |
typeName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewDecoder, newEncoder, newStreamEncodergetType, initialize, newDecoderImmediate, newEncoderImmediate, newStreamEncoderImmediatepublic static final JavaType STRING
public static final String DEFAULT_TYPE_FIELD
public Optional<String> typeName()
typeName in interface EntityTypeMappingpublic <Target> EntityEncoder<Target,Object> newEntityTypeEncoder(EntityResolver resolver, EncoderFactory<Target> factory)
newEntityTypeEncoder in interface EntityTypeMappingpublic <Target> EntityStreamEncoder<Target,Object> newEntityTypeStreamEncoder(EntityResolver resolver, StreamEncoderFactory<Target> factory)
newEntityTypeStreamEncoder in interface EntityTypeMappingpublic <Target> EntityDecoder<Target,Object> newEntityTypeDecoder(EntityResolver resolver, DecoderFactory<Target> factory)
newEntityTypeDecoder in interface EntityTypeMappingCopyright © 2016. All rights reserved.