public class Schema extends Object
Constructor and Description |
---|
Schema(URI id,
com.fasterxml.jackson.databind.JsonNode content,
com.fasterxml.jackson.databind.JsonNode parentContent) |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
getContent() |
URI |
getId() |
com.sun.codemodel.JType |
getJavaType() |
com.fasterxml.jackson.databind.JsonNode |
getParentContent() |
boolean |
isGenerated() |
void |
setJavaType(com.sun.codemodel.JType javaType) |
void |
setJavaTypeIfEmpty(com.sun.codemodel.JType javaType) |
public Schema(URI id, com.fasterxml.jackson.databind.JsonNode content, com.fasterxml.jackson.databind.JsonNode parentContent)
public com.sun.codemodel.JType getJavaType()
public void setJavaType(com.sun.codemodel.JType javaType)
public void setJavaTypeIfEmpty(com.sun.codemodel.JType javaType)
public URI getId()
public com.fasterxml.jackson.databind.JsonNode getContent()
public com.fasterxml.jackson.databind.JsonNode getParentContent()
public boolean isGenerated()
Copyright © 2017. All rights reserved.