Uses of Enum
org.pipservices3.commons.convert.TypeCode
Package
Description
-
Uses of TypeCode in org.pipservices3.commons.convert
Modifier and TypeMethodDescriptionstatic TypeCode
TypeConverter.toTypeCode
(Class<?> type) Gets TypeCode for specific type.static TypeCode
TypeConverter.toTypeCode
(Object value) Gets TypeCode for specific value.static TypeCode
Returns the enum constant of this type with the specified name.static TypeCode[]
TypeCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TypeCode in org.pipservices3.commons.data
Modifier and TypeMethodDescriptionAnyValue.getTypeCode()
Gets type code for the value stored in this object. -
Uses of TypeCode in org.pipservices3.commons.reflect
Modifier and TypeMethodDescriptionstatic boolean
Matches expected type to an actual type.static boolean
Matches expected type to an actual type.static boolean
TypeMatcher.matchTypeByName
(String expectedType, TypeCode actualType) Matches expected type to an actual type.static boolean
TypeMatcher.matchTypeByName
(String expectedType, TypeCode actualType, Object actualValue) Matches expected type to an actual type.