Package manifold.api.json.codegen
Class ErrantType
- java.lang.Object
-
- manifold.api.json.codegen.schema.JsonSchemaType
-
- manifold.api.json.codegen.JsonStructureType
-
- manifold.api.json.codegen.ErrantType
-
- All Implemented Interfaces:
Cloneable,IJsonParentType,IJsonType
public class ErrantType extends JsonStructureType
-
-
Field Summary
-
Fields inherited from class manifold.api.json.codegen.schema.JsonSchemaType
FIELD_FILE_URL, FROM_SOURCE_METHOD
-
-
Constructor Summary
Constructors Constructor Description ErrantType(manifold.api.fs.IFile file, String errantTypeName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifier()intgetOffset()voidsetPosition(int offset)-
Methods inherited from class manifold.api.json.codegen.JsonStructureType
addChild, addMember, addRequiredWithTokens, addSourcePositionAnnotation, addSuper, equals, equalsStructurally, findChild, getInnerTypes, getMemberLocations, getMembers, hashCode, isRequired, makeEnumType, merge, render, resolveRefsImpl, toString
-
Methods inherited from class manifold.api.json.codegen.schema.JsonSchemaType
addActualNameAnnotation, addActualNameAnnotation, addFromSourceMethod, addIssue, addRequestMethods, addSourcePositionAnnotation, addTypeReferenceAnnotation, copyWithAttributes, getActualFqn, getConstituentQn, getConstituentQn, getConstituentQnComponent, getDefinitions, getErrorHandler, getFile, getFqn, getFqn, getIFile, getIssues, getLabel, getLocation, getModule, getName, getParent, getPropertyType, getPropertyType, getTm, getToken, getTypeAttributes, indent, isCollapsedUnionEnum, isParentRoot, isSchemaType, isSyntheticSchema, makeIdentifier, makeMemberIdentifier, makeTypeParameter, mergeInnerTypes, prepareToRender, removeGenerics, renderFileField, renderFileField, renderInner, resolveRefs, setDefinitions, setJsonSchema, setParent, setSyntheticSchema, setTm, setToken
-
-
-
-
Constructor Detail
-
ErrantType
public ErrantType(manifold.api.fs.IFile file, String errantTypeName)
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifierin interfaceIJsonType- Overrides:
getIdentifierin classJsonSchemaType
-
getOffset
public int getOffset()
-
setPosition
public void setPosition(int offset)
-
-