public class ApplicationsJacksonBuilder
extends java.lang.Object
Applications.appsHashCode
and Applications.versionDelta
. The
serialized property name is generated by KeyFormatter
according to provided configuration. We can
depend here on fixed prefix to distinguish between property values, and map them correctly.Constructor and Description |
---|
ApplicationsJacksonBuilder() |
Modifier and Type | Method and Description |
---|---|
Applications |
build() |
void |
with(java.lang.String fieldName,
java.lang.Object value) |
void |
withApplication(java.util.List<Application> applications) |
public void withApplication(java.util.List<Application> applications)
public void with(java.lang.String fieldName, java.lang.Object value)
public Applications build()