public class TypeEntityFieldDecoder<Target> extends Object implements EntityFieldDecoder<Target,String>
| Constructor and Description |
|---|
TypeEntityFieldDecoder() |
| Modifier and Type | Method and Description |
|---|---|
Decoded<String> |
decode(Context path,
Target instance) |
Decoded<String> |
decodeOptionally(Context path,
Decoded<Target> instance) |
String |
getName() |
public String getName()
getName in interface EntityFieldDecoder<Target,String>public Decoded<String> decode(Context path, Target instance)
decode in interface EntityFieldDecoder<Target,String>public Decoded<String> decodeOptionally(Context path, Decoded<Target> instance)
decodeOptionally in interface EntityFieldDecoder<Target,String>Copyright © 2016. All rights reserved.