Class FragmentMappedValue
java.lang.Object
com.liferay.headless.delivery.dto.v1_0.FragmentMappedValue
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FragmentInlineValue
protected DefaultValue
Deprecated.protected Mapping
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid FragmentInlineValue
@Valid DefaultValue
@Valid Mapping
int
hashCode()
void
setDefaultFragmentInlineValue
(FragmentInlineValue defaultFragmentInlineValue) void
setDefaultFragmentInlineValue
(com.liferay.petra.function.UnsafeSupplier<FragmentInlineValue, Exception> defaultFragmentInlineValueUnsafeSupplier) void
setDefaultValue
(DefaultValue defaultValue) void
setDefaultValue
(com.liferay.petra.function.UnsafeSupplier<DefaultValue, Exception> defaultValueUnsafeSupplier) void
setMapping
(Mapping mapping) void
setMapping
(com.liferay.petra.function.UnsafeSupplier<Mapping, Exception> mappingUnsafeSupplier) static FragmentMappedValue
toString()
static FragmentMappedValue
unsafeToDTO
(String json)
-
Field Details
-
defaultFragmentInlineValue
-
defaultValue
Deprecated. -
mapping
-
xClassName
-
-
Constructor Details
-
FragmentMappedValue
public FragmentMappedValue()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getDefaultFragmentInlineValue
-
setDefaultFragmentInlineValue
-
setDefaultFragmentInlineValue
public void setDefaultFragmentInlineValue(com.liferay.petra.function.UnsafeSupplier<FragmentInlineValue, Exception> defaultFragmentInlineValueUnsafeSupplier) -
getDefaultValue
-
setDefaultValue
-
setDefaultValue
public void setDefaultValue(com.liferay.petra.function.UnsafeSupplier<DefaultValue, Exception> defaultValueUnsafeSupplier) -
getMapping
-
setMapping
-
setMapping
-
equals
-
hashCode
public int hashCode() -
toString
-