Uses of Class
de.hybris.platform.directpersistence.UnsafeMethodInfo
-
Packages that use UnsafeMethodInfo Package Description de.hybris.platform.directpersistence -
-
Uses of UnsafeMethodInfo in de.hybris.platform.directpersistence
Methods in de.hybris.platform.directpersistence that return types with arguments of type UnsafeMethodInfo Modifier and Type Method Description protected java.util.Collection<UnsafeMethodInfo>SLDUnsafeTypesProviderBuilder. findUnsafeAttributesWithMethods(ComposedType type, ExtensionInfo extInfo, YTypeSystem yTypeSystem, java.util.Collection<java.lang.String> extensions)java.util.Collection<UnsafeMethodInfo>UnsafeTypeInfo. getAllMethods()java.util.Collection<UnsafeMethodInfo>UnsafeTypeInfo. getMethodsNotCoveredByParent()protected java.util.Collection<UnsafeMethodInfo>SLDUnsafeTypesProviderBuilder. getUnsafeMethodsFromNonGeneratedClasses(java.lang.String qualifier, ReflectionAttributeAccess accessor, java.lang.String generatedClassPrefix)java.util.Collection<UnsafeMethodInfo>UnsafeTypeInfo. getUnsafeToRead(java.lang.String attribute)java.util.Collection<UnsafeMethodInfo>UnsafeTypeInfo. getUnsafeToWrite(java.lang.String attribute)Methods in de.hybris.platform.directpersistence with parameters of type UnsafeMethodInfo Modifier and Type Method Description intUnsafeMethodInfo. compareTo(UnsafeMethodInfo o)booleanUnsafeTypeInfo. isNotCoveredByParent(UnsafeMethodInfo method)protected voidAbstractSLDUnsafeJALOAttributesTest. registerAttribute(java.util.Set<java.lang.String> unsafeUnknownAttributes, java.util.Set<java.lang.String> unsafeMarkedAttributes, UnsafeTypeInfo ut, UnsafeMethodInfo method)protected voidAbstractSLDUnsafeJALOAttributesTest. writeToConsole(UnsafeMethodInfo method)protected voidAbstractSLDUnsafeJALOAttributesTest. writeToCSV(UnsafeTypeInfo ut, UnsafeMethodInfo method, boolean read, CSVWriter csv)Constructor parameters in de.hybris.platform.directpersistence with type arguments of type UnsafeMethodInfo Constructor Description UnsafeTypeInfo(UnsafeTypeInfo parent, java.lang.String typeCode, java.lang.String extensionName, java.util.Collection<UnsafeMethodInfo> methods)
-