Class DataFieldsResource
- java.lang.Object
-
- org.springframework.hateoas.RepresentationModel<org.springframework.hateoas.CollectionModel<T>>
-
- org.springframework.hateoas.CollectionModel<LocalisedField>
-
- com.netgrif.application.engine.workflow.web.responsebodies.DataFieldsResource
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Iterable<LocalisedField>
,org.springframework.core.ResolvableTypeProvider
public class DataFieldsResource extends org.springframework.hateoas.CollectionModel<LocalisedField> implements java.io.Serializable, java.lang.Iterable<LocalisedField>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataFieldsResource(java.util.Collection<Field> content, java.util.Locale locale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<LocalisedField>
iterator()
-
Methods inherited from class org.springframework.hateoas.CollectionModel
empty, empty, empty, empty, empty, empty, equals, getContent, getResolvableType, hashCode, of, of, of, toString, withFallbackType, withFallbackType, withFallbackType, wrap
-
Methods inherited from class org.springframework.hateoas.RepresentationModel
add, add, add, addAllIf, addIf, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks
-
-
-
-
Constructor Detail
-
DataFieldsResource
public DataFieldsResource(java.util.Collection<Field> content, java.util.Locale locale)
-
-
Method Detail
-
iterator
public java.util.Iterator<LocalisedField> iterator()
- Specified by:
iterator
in interfacejava.lang.Iterable<LocalisedField>
- Overrides:
iterator
in classorg.springframework.hateoas.CollectionModel<LocalisedField>
-
-