Getter<T,Byte>, ByteGetter<T>public class ConstantByteGetter<T> extends Object implements ByteGetter<T>, Getter<T,Byte>
| Constructor | Description |
|---|---|
ConstantByteGetter(byte value) |
| Modifier and Type | Method | 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 © 2019. All rights reserved.