java.lang.Object
org.eclipse.yasson.internal.BuiltInTypes
Types which are supported by the Yasson by default.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static boolean
findIfClassIsSupported
(Class<?> clazz) static boolean
isClassAvailable
(String className) Check whether the class is available.static boolean
isKnownType
(Class<?> clazz) Whether the type is a supported type by default.
-
Field Details
-
BUILD_IN_SUPPORT
-
-
Constructor Details
-
BuiltInTypes
private BuiltInTypes()
-
-
Method Details
-
isClassAvailable
Check whether the class is available.- Parameters:
className
- name of the checked class- Returns:
- true if available, otherwise false
-
isKnownType
Whether the type is a supported type by default.- Parameters:
clazz
- type to check- Returns:
- whether is supported
-
findIfClassIsSupported
-