Uses of Interface
one.xingyi.core.typeDom.TypeDom
-
Packages that use TypeDom Package Description one.xingyi.core.codeDom one.xingyi.core.typeDom -
-
Uses of TypeDom in one.xingyi.core.codeDom
Fields in one.xingyi.core.codeDom declared as TypeDom Modifier and Type Field Description TypeDomFieldDom. typeDom -
Uses of TypeDom in one.xingyi.core.typeDom
Subinterfaces of TypeDom in one.xingyi.core.typeDom Modifier and Type Interface Description interfaceNonPrimitiveTypeDomClasses in one.xingyi.core.typeDom that implement TypeDom Modifier and Type Class Description classEmbeddedTypeclassListTypeclassPrimitiveTypeclassSimpleListTypeclassViewTypeFields in one.xingyi.core.typeDom with type parameters of type TypeDom Modifier and Type Field Description static PartialFunction<java.lang.String,Result<java.lang.String,TypeDom>>TypeDom. fromBooleanstatic PartialFunction<java.lang.String,Result<java.lang.String,TypeDom>>TypeDom. fromDoublestatic PartialFunction<java.lang.String,Result<java.lang.String,TypeDom>>TypeDom. fromIntegerstatic PartialFunction<java.lang.String,Result<java.lang.String,TypeDom>>TypeDom. fromStringMethods in one.xingyi.core.typeDom that return TypeDom Modifier and Type Method Description TypeDomEmbeddedType. nested()TypeDomListType. nested()TypeDomPrimitiveType. nested()TypeDomSimpleListType. nested()TypeDomTypeDom. nested()For example if the type if List of T this is T, but if the types is T this is also TTypeDomViewType. nested()Methods in one.xingyi.core.typeDom that return types with arguments of type TypeDom Modifier and Type Method Description static Result<java.lang.String,TypeDom>TypeDom. create(IServerNames names, java.lang.String rawTypeName, IViewDefnNameToViewName viewNamesMap)static PartialFunction<java.lang.String,Result<java.lang.String,TypeDom>>TypeDom. fromEmbedded(IServerNames names, IViewDefnNameToViewName viewNamesMap)static PartialFunction<java.lang.String,Result<java.lang.String,TypeDom>>TypeDom. fromResourceList(IServerNames names, IViewDefnNameToViewName viewNamesMap)static PartialFunction<java.lang.String,Result<java.lang.String,TypeDom>>TypeDom. fromSimpleList(IServerNames names, IViewDefnNameToViewName viewNamesMap)static PartialFunction<java.lang.String,Result<java.lang.String,TypeDom>>TypeDom. fromView(IViewDefnNameToViewName viewNamesMap)Methods in one.xingyi.core.typeDom with parameters of type TypeDom Modifier and Type Method Description booleanEmbeddedType. isAssignableFrom(TypeDom other)booleanListType. isAssignableFrom(TypeDom other)booleanPrimitiveType. isAssignableFrom(TypeDom other)booleanSimpleListType. isAssignableFrom(TypeDom other)booleanTypeDom. isAssignableFrom(TypeDom other)booleanViewType. isAssignableFrom(TypeDom other)
-