public class EntityEncodeValue extends Object implements EncodeValue
| Constructor and Description |
|---|
EntityEncodeValue() |
| Modifier and Type | Method and Description |
|---|---|
static EncodeValueDetector |
forAnnotation(Class<? extends Annotation> annotation) |
<Target,Source> |
newEncoder(EntityResolver resolver,
EncoderFactory<Target> factory) |
<Target,Source> |
newStreamEncoder(EntityResolver resolver,
StreamEncoderFactory<Target> factory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityType, getTargetMapping, initializepublic <Target,Source> Optional<Encoder<Target,Source>> newEncoder(EntityResolver resolver, EncoderFactory<Target> factory)
newEncoder in interface EncodeValuepublic <Target,Source> Optional<StreamEncoder<Target,Source>> newStreamEncoder(EntityResolver resolver, StreamEncoderFactory<Target> factory)
newStreamEncoder in interface EncodeValuepublic static EncodeValueDetector forAnnotation(Class<? extends Annotation> annotation)
Copyright © 2016. All rights reserved.