java.lang.Object
org.eclipse.yasson.internal.BuiltInTypes
Types which are supported by the Yasson by default.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisClassAvailable(String className) Check whether the class is available.static booleanisKnownType(Class<?> clazz) Whether the type is a supported type by default.
-
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
-