Class CustomValue

java.lang.Object
com.liferay.portal.vulcan.custom.field.CustomValue
All Implemented Interfaces:
Serializable

public class CustomValue extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • CustomValue

      public CustomValue()
  • Method Details

    • toDTO

      public static CustomValue toDTO(String json)
    • unsafeToDTO

      public static CustomValue unsafeToDTO(String json)
    • getData

      @Valid public @Valid Object getData()
    • getData_i18n

      @Valid public @Valid Map<String,String> getData_i18n()
    • getGeo

      @Valid public @Valid Geo getGeo()
    • setData

      public void setData(Object data)
    • setData

      public void setData(com.liferay.petra.function.UnsafeSupplier<Object,Exception> dataUnsafeSupplier)
    • setData_i18n

      public void setData_i18n(Map<String,String> data_i18n)
    • setData_i18n

      public void setData_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String,String>,Exception> data_i18nUnsafeSupplier)
    • setGeo

      public void setGeo(Geo geo)
    • setGeo

      public void setGeo(com.liferay.petra.function.UnsafeSupplier<Geo,Exception> geoUnsafeSupplier)