public class PriorityPropertyType<T> extends Object
| Constructor and Description |
|---|
PriorityPropertyType(Type type,
T invalidValue,
T defaultValue,
String... priorityKeys) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
T |
getDefaultValue() |
T |
getInvalidValue() |
String[] |
getPriorityKeys() |
Type |
getType() |
int |
hashCode() |
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.