public static final class Descriptor.PropertyType extends Object
Describable
.Modifier and Type | Field and Description |
---|---|
Class |
clazz |
String |
displayName |
Type |
type |
Modifier and Type | Method and Description |
---|---|
List<? extends Descriptor> |
getApplicableDescriptors()
Returns all the descriptors that produce types assignable to the property type.
|
List<? extends Descriptor> |
getApplicableItemDescriptors()
Returns all the descriptors that produce types assignable to the item type for a collection property.
|
Enum[] |
getEnumConstants() |
Class |
getItemType()
If the property is a collection/array type, what is an item type?
|
Descriptor |
getItemTypeDescriptor()
Returns
Descriptor whose 'clazz' is the same as the item type . |
Descriptor |
getItemTypeDescriptorOrDie() |
public final Class clazz
public final Type type
public final String displayName
public Enum[] getEnumConstants()
public Class getItemType()
public Descriptor getItemTypeDescriptor()
Descriptor
whose 'clazz' is the same as the item type
.public Descriptor getItemTypeDescriptorOrDie()
public List<? extends Descriptor> getApplicableDescriptors()
public List<? extends Descriptor> getApplicableItemDescriptors()
Copyright © 2004–2019. All rights reserved.