Uses of Class
one.xingyi.core.names.EntityNames
-
Packages that use EntityNames Package Description one.xingyi.core.annotationProcessors one.xingyi.core.codeDom one.xingyi.core.names -
-
Uses of EntityNames in one.xingyi.core.annotationProcessors
Methods in one.xingyi.core.annotationProcessors with parameters of type EntityNames Modifier and Type Method Description IElementToEntityDomElementToBundle. elementToEntityDom(EntityNames entityNames)IElementToFieldDomElementToBundle. elementToFieldDomForEntity(EntityNames entityNames)IElementToFieldListDomElementToBundle. elementToFieldListDomForEntity(EntityNames entityNames)static IElementToFieldListDomIElementToFieldListDom. forEntities(ElementToBundle bundle, EntityNames entityNames)static IElementToFieldDomIElementToFieldDom. forEntity(LoggerAdapter loggerAdapter, ElementToBundle bundle, EntityNames entityNames)static IElementToEntityDomIElementToEntityDom. simple(ElementToBundle bundle, EntityNames entityNames) -
Uses of EntityNames in one.xingyi.core.codeDom
Fields in one.xingyi.core.codeDom declared as EntityNames Modifier and Type Field Description EntityNamesResourceDom. entityNames -
Uses of EntityNames in one.xingyi.core.names
Fields in one.xingyi.core.names declared as EntityNames Modifier and Type Field Description EntityNamesViewNames. entityNamesMethods in one.xingyi.core.names that return EntityNames Modifier and Type Method Description EntityNamesIServerNames. entityName(java.lang.String className)Methods in one.xingyi.core.names with parameters of type EntityNames Modifier and Type Method Description java.util.Optional<BookmarkCodeAndUrlPattern>IServerNames. bookmarkAndUrl(EntityNames entityElementName, java.lang.String annotationBookmark, java.lang.String annotationGetUrl, java.lang.String codeUrl)java.lang.StringIServerNames. entityLensName(EntityNames entityElementName, java.lang.String fieldName, java.lang.String annotationLensName)Result<java.lang.String,java.lang.String>IServerNames. entityLensPath(EntityNames entityElementName, java.lang.String fieldName, java.lang.String annotationLensPath)
-