Class PlatformTypes
- java.lang.Object
-
- de.codecentric.reedelk.runtime.api.commons.PlatformTypes
-
public class PlatformTypes extends Object
A platform type represent all the types of the fields which can be used within a Component implementation. In a Component only the types listed here can be used to configure the component.
-
-
Constructor Summary
Constructors Constructor Description PlatformTypes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Class<?>from(String fullyQualifiedName)static booleanisPrimitive(Class<?> typeClass)static booleanisSupported(String fullyQualifiedName)static intsize()
-