Uses of Class
org.apache.syncope.common.lib.request.AnyCR
-
Packages that use AnyCR Package Description org.apache.syncope.common.lib org.apache.syncope.common.lib.request org.apache.syncope.common.lib.types -
-
Uses of AnyCR in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib with type parameters of type AnyCR Modifier and Type Method Description static <A extends AnyTO,C extends AnyCR>
voidEntityTOUtils. toAnyCR(A anyTO, C anyCR)static <C extends AnyCR,A extends AnyTO>
voidEntityTOUtils. toAnyTO(C anyCR, A anyTO) -
Uses of AnyCR in org.apache.syncope.common.lib.request
Classes in org.apache.syncope.common.lib.request with type parameters of type AnyCR Modifier and Type Class Description protected static classAnyCR.Builder<R extends AnyCR,B extends AnyCR.Builder<R,B>>Subclasses of AnyCR in org.apache.syncope.common.lib.request Modifier and Type Class Description classAnyObjectCRclassGroupCRclassUserCRFields in org.apache.syncope.common.lib.request declared as AnyCR Modifier and Type Field Description protected RAnyCR.Builder. instance -
Uses of AnyCR in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return types with arguments of type AnyCR Modifier and Type Method Description Class<? extends AnyCR>AnyTypeKind. getCRClass()
-