public final class MappingParameters extends Object
Field or
InnerField annotation.| Modifier and Type | Method and Description |
|---|---|
static MappingParameters |
from(Annotation annotation)
extracts the mapping parameters from the relevant annotations.
|
boolean |
isStore() |
void |
writeTypeAndParametersTo(com.fasterxml.jackson.databind.node.ObjectNode objectNode)
writes the different fields to an
ObjectNode. |
public static MappingParameters from(Annotation annotation)
annotation - must not be null.public boolean isStore()
public void writeTypeAndParametersTo(com.fasterxml.jackson.databind.node.ObjectNode objectNode)
throws IOException
ObjectNode.objectNode - must not be nullIOExceptionCopyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.