trait IParsedType extends IAnnotated with IHasExtra
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- IParsedType
- IHasExtra
- IAnnotated
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def allCustomFacets: Seq[ITypeFacet]
- abstract def allDefinedFacets: Seq[IPropertyInfo]
- abstract def allFacets: Seq[ITypeFacet]
- abstract def allOptions: Seq[IParsedType]
- abstract def allSubTypes: Seq[IParsedType]
- abstract def allSuperTypes: Seq[IParsedType]
-
abstract
def
annotation(name: String): Any
- Definition Classes
- IParsedType → IAnnotated
-
abstract
def
annotations: Seq[IAnnotation]
- Definition Classes
- IParsedType → IAnnotated
- abstract def cloneWithFilter(x: (ITypeFacet, IParsedType) ⇒ Option[ITypeFacet], f: Option[(IParsedType) ⇒ IParsedType]): IParsedType
- abstract def componentType: Option[IParsedType]
- abstract def customFacets: Seq[ITypeFacet]
- abstract def declaredAnnotations: Seq[IAnnotation]
- abstract def declaredFacets: Seq[ITypeFacet]
- abstract def declaredProperties: Seq[IPropertyInfo]
- abstract def declaredScalarsAnnotations: Map[String, Seq[Seq[IAnnotation]]]
- abstract def definedFacets: Seq[IPropertyInfo]
- abstract def exampleObject: Any
- abstract def examples: Seq[IExample]
-
abstract
def
getExtra[T](kind: Extra[T]): Option[T]
- Definition Classes
- IHasExtra
- abstract def isAnonymous: Boolean
- abstract def isArray: Boolean
- abstract def isAssignableFrom(t: IParsedType): Boolean
- abstract def isBoolean: Boolean
- abstract def isBuiltin: Boolean
- abstract def isDateOnly: Boolean
- abstract def isDateTime: Boolean
- abstract def isDateTimeOnly: Boolean
- abstract def isEmpty: Boolean
- abstract def isExternal: Boolean
- abstract def isFile: Boolean
- abstract def isInteger: Boolean
- abstract def isIntersection: Boolean
- abstract def isNumber: Boolean
- abstract def isObject: Boolean
- abstract def isRecurrent: Boolean
- abstract def isScalar: Boolean
- abstract def isString: Boolean
- abstract def isTimeOnly: Boolean
- abstract def isUnion: Boolean
- abstract def isUnknown: Boolean
- abstract def kind: String
- abstract def name: String
- abstract def options: Seq[IParsedType]
- abstract def properties: Seq[IPropertyInfo]
- abstract def property(name: String): IPropertyInfo
-
abstract
def
putExtra[T](kind: Extra[T], value: T): Unit
- Definition Classes
- IHasExtra
- abstract def registry: Option[IParsedTypeCollection]
- abstract def restrictions: Seq[IConstraint]
- abstract def scalarsAnnotations: Map[String, Seq[Seq[IAnnotation]]]
- abstract def subTypes: Seq[IParsedType]
- abstract def superTypes: Seq[IParsedType]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
putExtra[T](kind: Extra[T]): Unit
- Definition Classes
- IHasExtra
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )