Class 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 Detail

      • PlatformTypes

        public PlatformTypes()
    • Method Detail

      • isSupported

        public static boolean isSupported​(String fullyQualifiedName)
      • isPrimitive

        public static boolean isPrimitive​(Class<?> typeClass)
      • size

        public static int size()
      • from

        public static Class<?> from​(String fullyQualifiedName)