java.lang.Object
org.springframework.content.commons.mappingcontext.ContentProperty

public class ContentProperty extends Object
  • Constructor Details

    • ContentProperty

      public ContentProperty()
  • Method Details

    • getCustomProperty

      public Object getCustomProperty(Object entity, String propertyName)
    • setCustomProperty

      public void setCustomProperty(Object entity, String propertyName, Object value)
    • getContentId

      public Object getContentId(Object entity)
    • setContentId

      public void setContentId(Object entity, Object value, Condition condition)
    • getContentIdType

      public org.springframework.core.convert.TypeDescriptor getContentIdType(Object entity)
    • getContentIdType

      public org.springframework.core.convert.TypeDescriptor getContentIdType()
    • setContentIdType

      public void setContentIdType(org.springframework.core.convert.TypeDescriptor descriptor)
    • getContentLength

      public Object getContentLength(Object entity)
    • setContentLength

      public void setContentLength(Object entity, Object value)
    • getContentLengthType

      public org.springframework.core.convert.TypeDescriptor getContentLengthType()
    • setContentLengthType

      public void setContentLengthType(org.springframework.core.convert.TypeDescriptor descriptor)
    • getMimeType

      public Object getMimeType(Object entity)
    • setMimeType

      public void setMimeType(Object entity, Object value)
    • setOriginalFileName

      public void setOriginalFileName(Object entity, Object value)
    • getOriginalFileName

      public Object getOriginalFileName(Object entity)