Uses of Class
com.totvs.tjf.autoconfigure.Generated
-
Packages that use Generated Package Description com.totvs.tjf.autoconfigure -
-
Uses of Generated in com.totvs.tjf.autoconfigure
Methods in com.totvs.tjf.autoconfigure with annotations of type Generated Modifier and Type Method Description void
SecurityCorsProperties. setAllowCredentials(boolean allowCredentials)
void
SecurityCorsProperties. setAllowedHeaders(List<String> allowedHeaders)
void
SecurityCorsProperties. setAllowedMethods(List<String> allowedMethods)
void
SecurityCorsProperties. setAllowedOrigins(List<String> allowedOrigins)
void
SecurityCorsProperties. setEnabled(boolean enabled)
void
SecurityCorsProperties. setExposedHeaders(List<String> exposedHeaders)
void
SecurityCorsProperties. setPath(String path)
-