public class DecodePropertyInfo<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
exactName |
int |
hash |
int |
index |
boolean |
mandatory |
String |
name |
boolean |
nonNull |
T |
value |
int |
weakHash |
| Constructor and Description |
|---|
DecodePropertyInfo(String name,
boolean exactName,
boolean mandatory,
int index,
boolean nonNull,
T value) |
Copyright © 2018. All rights reserved.