Uses of Class
manifold.api.json.codegen.schema.TypeAttributes
-
Packages that use TypeAttributes Package Description manifold.api.json.codegen manifold.api.json.codegen.schema -
-
Uses of TypeAttributes in manifold.api.json.codegen
Methods in manifold.api.json.codegen that return TypeAttributes Modifier and Type Method Description TypeAttributesDynamicType. getTypeAttributes()TypeAttributesIJsonType. getTypeAttributes()TypeAttributesJsonBasicType. getTypeAttributes()Methods in manifold.api.json.codegen with parameters of type TypeAttributes Modifier and Type Method Description IJsonTypeDynamicType. copyWithAttributes(TypeAttributes attributes)IJsonTypeIJsonType. copyWithAttributes(TypeAttributes attributes)IJsonTypeJsonBasicType. copyWithAttributes(TypeAttributes attributes)Constructors in manifold.api.json.codegen with parameters of type TypeAttributes Constructor Description JsonBasicType(Type type, TypeAttributes typeAttributes)JsonListType(String label, manifold.api.fs.IFile source, JsonSchemaType parent, TypeAttributes attr)JsonStructureType(JsonSchemaType parent, manifold.api.fs.IFile source, String name, TypeAttributes attr) -
Uses of TypeAttributes in manifold.api.json.codegen.schema
Methods in manifold.api.json.codegen.schema that return TypeAttributes Modifier and Type Method Description TypeAttributesTypeAttributes. blendWith(TypeAttributes other)TypeAttributesTypeAttributes. copy()TypeAttributesJsonFormatType. getTypeAttributes()TypeAttributesJsonSchemaType. getTypeAttributes()TypeAttributesLazyRefJsonType. getTypeAttributes()TypeAttributesTypeAttributes. overrideWith(TypeAttributes other)Methods in manifold.api.json.codegen.schema with parameters of type TypeAttributes Modifier and Type Method Description TypeAttributesTypeAttributes. blendWith(TypeAttributes other)IJsonTypeJsonFormatType. copyWithAttributes(TypeAttributes attributes)JsonSchemaTypeJsonSchemaType. copyWithAttributes(TypeAttributes attributes)LazyRefJsonTypeLazyRefJsonType. copyWithAttributes(TypeAttributes attributes)TypeAttributesTypeAttributes. overrideWith(TypeAttributes other)Constructors in manifold.api.json.codegen.schema with parameters of type TypeAttributes Constructor Description JsonSchemaType(String name, manifold.api.fs.IFile source, JsonSchemaType parent, TypeAttributes attr)JsonUnionType(JsonSchemaType parent, manifold.api.fs.IFile source, String name, TypeAttributes attr)
-