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 FragmentInlineValueprotected DefaultValueDeprecated.protected Mapping -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid FragmentInlineValue@Valid DefaultValue@Valid MappinginthashCode()voidsetDefaultFragmentInlineValue(FragmentInlineValue defaultFragmentInlineValue) voidsetDefaultFragmentInlineValue(com.liferay.petra.function.UnsafeSupplier<FragmentInlineValue, Exception> defaultFragmentInlineValueUnsafeSupplier) voidsetDefaultValue(DefaultValue defaultValue) voidsetDefaultValue(com.liferay.petra.function.UnsafeSupplier<DefaultValue, Exception> defaultValueUnsafeSupplier) voidsetMapping(Mapping mapping) voidsetMapping(com.liferay.petra.function.UnsafeSupplier<Mapping, Exception> mappingUnsafeSupplier) static FragmentMappedValuetoString()static FragmentMappedValueunsafeToDTO(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
-