public interface SLDUnsafeTypesProvider
| Modifier and Type | Method and Description |
|---|---|
Collection<UnsafeTypeInfo> |
getAllUnsafeTypes() |
UnsafeTypeInfo |
getInfo(String type) |
boolean |
isSLDSafe(String typeCode,
boolean ignoreMarkedMethods) |
boolean |
isSLDSafe(String typeCode,
boolean read,
boolean ignoreMarkedMethods) |
boolean |
isSLDSafe(String typeCode,
String attribute,
boolean read,
boolean ignoreMarkedMethods) |
boolean isSLDSafe(String typeCode, String attribute, boolean read, boolean ignoreMarkedMethods)
boolean isSLDSafe(String typeCode, boolean read, boolean ignoreMarkedMethods)
boolean isSLDSafe(String typeCode, boolean ignoreMarkedMethods)
UnsafeTypeInfo getInfo(String type)
Collection<UnsafeTypeInfo> getAllUnsafeTypes()
Copyright © 2017 SAP SE. All Rights Reserved.