Interface ExtensionsSchema.ExtensionSchema
- Enclosing interface:
ExtensionsSchema
Schema of an extension.
- Since:
- 4.5
-
Method Details
-
getName
-
getPublicType
TypeOf<?> getPublicType()The public type of the extension.- Returns:
- the public type of the extension
-
isDeferredConfigurable
boolean isDeferredConfigurable()Is the extension a deferred configurable.- Returns:
trueif the extension is a deferred configurable,falseotherwise- See Also:
-