public class ConstantByteGetter<T> extends Object implements ByteGetter<T>, Getter<T,Byte>
| Constructor and Description |
|---|
ConstantByteGetter(byte value) |
| Modifier and Type | Method and Description |
|---|---|
Byte |
get(T target)
Return the property from the specified object.
|
byte |
getByte(T target) |
public byte getByte(T target)
getByte in interface ByteGetter<T>Copyright © 2020. All rights reserved.