Module org.simpleflatmapper.reflect
Class ConstantCharacterGetter<T>
java.lang.Object
org.simpleflatmapper.reflect.getter.ConstantCharacterGetter<T>
- All Implemented Interfaces:
Getter<T,,Character> CharacterGetter<T>
public class ConstantCharacterGetter<T>
extends Object
implements CharacterGetter<T>, Getter<T,Character>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the property from the specified object.chargetCharacter(T target)
-
Constructor Details
-
ConstantCharacterGetter
public ConstantCharacterGetter(char value)
-
-
Method Details
-
getCharacter
- Specified by:
getCharacterin interfaceCharacterGetter<T>
-
get
Description copied from interface:GetterReturn the property from the specified object.
-