Uses of Class
de.hybris.platform.directpersistence.UnsafeMethodInfo
Packages that use UnsafeMethodInfo
-
Uses of UnsafeMethodInfo in de.hybris.platform.directpersistence
Methods in de.hybris.platform.directpersistence that return types with arguments of type UnsafeMethodInfoModifier and TypeMethodDescriptionprotected Collection<UnsafeMethodInfo>SLDUnsafeTypesProviderBuilder.findUnsafeAttributesWithMethods(ComposedType type, ExtensionInfo extInfo, YTypeSystem yTypeSystem, Collection<String> extensions) UnsafeTypeInfo.getAllMethods()UnsafeTypeInfo.getMethodsNotCoveredByParent()protected Collection<UnsafeMethodInfo>SLDUnsafeTypesProviderBuilder.getUnsafeMethodsFromNonGeneratedClasses(String qualifier, ReflectionAttributeAccess accessor, String generatedClassPrefix) UnsafeTypeInfo.getUnsafeToRead(String attribute) UnsafeTypeInfo.getUnsafeToWrite(String attribute) Methods in de.hybris.platform.directpersistence with parameters of type UnsafeMethodInfoModifier and TypeMethodDescriptionintUnsafeMethodInfo.compareTo(UnsafeMethodInfo o) booleanUnsafeTypeInfo.isNotCoveredByParent(UnsafeMethodInfo method) protected voidAbstractSLDUnsafeJALOAttributesTest.registerAttribute(Set<String> unsafeUnknownAttributes, Set<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 UnsafeMethodInfoModifierConstructorDescriptionUnsafeTypeInfo(UnsafeTypeInfo parent, String typeCode, String extensionName, Collection<UnsafeMethodInfo> methods)