All Classes and Interfaces
Class
Description
Annotation that allows the UI to find custom components that should be configurable within the UI.
An interface for making a "hint" for the UI where to display this field.
Marker to identify fields in classes that may modify metadata.
Marker to identify fields that are auto-populated on instantiation.
BooleanExpression
is a field/method/parameter level constraint which can be applied on a
string to assert that the string represents a valid Boolean or a message expression
%message{key}.The valid values are: true false True False TRUE FALSE
Annotation that aids the UI with presentation around the short description and type of component.
Annotation that specifies when a deprecated field/type will be removed.
Deprecated, for removal: This API element is subject to removal in a future version.
since 4.2.0, we have switched to using annotations instead.
Annotation that aids the UI with presentation around the ordering of fields.
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.4.0 with no replacement; due to changes in XStream as of 1.4.9
JavaBeanConverter
may not generate the
desired output; and call a setter with null.An interface for making a "hint" for the UI about what the default value of this input field is.
An interface for making a "hint" for the UI about what type of input field this is.
Interface applied to a field that allows us to auto request a lifecycle operation.
Deprecated, for removal: This API element is subject to removal in a future version.
since 4.2.0, we have switched to using annotations instead.
Internal annotation that emits a CDATA tag wrapping a field when generating example-xml.
NumberExpression
is a field/method/parameter level constraint which can be applied on a
string to assert that the string represents a valid Number or a message expression
%message{key}.Annotation that specifies when a deprecated field/type will be removed.
UrlExpression
is a field/method/parameter level constraint which can be applied on a
string to assert that the string represents a valid URL or a message expression
%message{key}.