Uses of Class
org.pipservices4.commons.reflect.TypeDescriptor
Packages that use TypeDescriptor
-
Uses of TypeDescriptor in org.pipservices4.commons.reflect
Methods in org.pipservices4.commons.reflect that return TypeDescriptorModifier and TypeMethodDescriptionstatic TypeDescriptorTypeDescriptor.fromString(String value) Parses a string to get descriptor fields and returns them as a Descriptor.Methods in org.pipservices4.commons.reflect with parameters of type TypeDescriptorModifier and TypeMethodDescriptionstatic ObjectTypeReflector.createInstanceByDescriptor(TypeDescriptor type, Object... args) Creates an instance of an object type specified by type descriptor.static Class<?>TypeReflector.getTypeByDescriptor(TypeDescriptor type) Gets object type by type descriptor.