Class FormContainerContextReference
java.lang.Object
com.liferay.headless.admin.site.dto.v1_0.FormContainerReference
com.liferay.headless.admin.site.dto.v1_0.FormContainerContextReference
- All Implemented Interfaces:
Serializable
@Generated("")
public class FormContainerContextReference
extends FormContainerReference
implements Serializable
- See Also:
- Generated:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.liferay.headless.admin.site.dto.v1_0.FormContainerReference
FormContainerReference.Type -
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class com.liferay.headless.admin.site.dto.v1_0.FormContainerReference
type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetContextSource(FormContainerContextReference.ContextSource contextSource) voidsetContextSource(com.liferay.petra.function.UnsafeSupplier<FormContainerContextReference.ContextSource, Exception> contextSourceUnsafeSupplier) toString()unsafeToDTO(String json) Methods inherited from class com.liferay.headless.admin.site.dto.v1_0.FormContainerReference
getType, getTypeAsString, setType, setType
-
Field Details
-
contextSource
-
xClassName
-
-
Constructor Details
-
FormContainerContextReference
public FormContainerContextReference()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getContextSource
-
getContextSourceAsString
-
setContextSource
-
setContextSource
public void setContextSource(com.liferay.petra.function.UnsafeSupplier<FormContainerContextReference.ContextSource, Exception> contextSourceUnsafeSupplier) -
equals
- Overrides:
equalsin classFormContainerReference
-
hashCode
public int hashCode()- Overrides:
hashCodein classFormContainerReference
-
toString
- Overrides:
toStringin classFormContainerReference
-