public class ResourceHints extends Object
| Constructor and Description |
|---|
ResourceHints() |
| Modifier and Type | Method and Description |
|---|---|
ResourceHints |
registerPattern(String include) |
void |
registerResource(org.springframework.core.io.Resource resource) |
ResourceHints |
registerResourceBundle(String baseName) |
ResourceHints |
registerType(Class<?> type) |
public ResourceHints registerPattern(String include)
public void registerResource(org.springframework.core.io.Resource resource)
public ResourceHints registerType(Class<?> type)
public ResourceHints registerResourceBundle(String baseName)
Copyright © 2023 Seata. All rights reserved.