Interface TypedDescriptor
- All Known Subinterfaces:
AnnotationValueDescriptor,EnumValueDescriptor,FieldDescriptor,ParameterDescriptor,PrimitiveValueDescriptor,ServiceLoaderDescriptor,VariableDescriptor
public interface TypedDescriptor
Interface for value descriptors which provide a type information.
-
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetGenericType(BoundDescriptor genericType) voidsetType(TypeDescriptor type)
-
Method Details
-
getType
-
setType
-
getGenericType
-
setGenericType
-