public class DefaultEntityFieldDecoder<Target> extends Object implements EntityFieldDecoder<Target,Object>
| Constructor and Description |
|---|
DefaultEntityFieldDecoder() |
| Modifier and Type | Method and Description |
|---|---|
Decoded<Object> |
decode(Context path,
Target instance) |
Decoded<Object> |
decodeOptionally(Context path,
Decoded<Target> instance) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamegetFlagspublic Decoded<Object> decode(Context path, Target instance)
decode in interface EntityFieldDecoder<Target,Object>public Decoded<Object> decodeOptionally(Context path, Decoded<Target> instance)
decodeOptionally in interface EntityFieldDecoder<Target,Object>Copyright © 2016. All rights reserved.