Uses of Enum
org.pipservices3.commons.convert.TypeCode
Packages that use TypeCode
Package
Description
-
Uses of TypeCode in org.pipservices3.commons.convert
Methods in org.pipservices3.commons.convert that return TypeCodeModifier 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.Methods in org.pipservices3.commons.convert with parameters of type TypeCode -
Uses of TypeCode in org.pipservices3.commons.data
Methods in org.pipservices3.commons.data that return TypeCodeModifier and TypeMethodDescriptionAnyValue.getTypeCode()
Gets type code for the value stored in this object. -
Uses of TypeCode in org.pipservices3.commons.reflect
Methods in org.pipservices3.commons.reflect with parameters of type TypeCodeModifier 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.