PathAdjuster
@Deprecated public class PathAjuster extends Object
Constructor and Description |
---|
PathAjuster()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T extends AbstractJaxb> |
replacePath(T target,
Pattern pattern,
String replacement)
Deprecated.
|
static <T extends AbstractJaxb> |
replacePathExclude(T target,
Pattern pattern,
String replacement,
List<String> excludeClazz,
List<Class<?>> excludeTagType)
Deprecated.
|
static <T extends AbstractJaxb> |
replacePathExcludeClass(T target,
Pattern pattern,
String replacement,
List<String> excludeClazz)
Deprecated.
|
static <T extends AbstractJaxb> |
replacePathExcludeTag(T target,
Pattern pattern,
String replacement,
List<Class<?>> excludeTagType)
Deprecated.
|
static <T extends AbstractJaxb> |
replacePathInclude(T target,
Pattern pattern,
String replacement,
List<String> includeClazz,
List<Class<?>> includeTagType)
Deprecated.
|
static <T extends AbstractJaxb> |
replacePathIncludeClass(T target,
Pattern pattern,
String replacement,
List<String> includeClazz)
Deprecated.
|
static <T extends AbstractJaxb> |
replacePathIncludeTag(T target,
Pattern pattern,
String replacement,
List<Class<?>> includeTagType)
Deprecated.
|
public static <T extends AbstractJaxb> void replacePath(T target, Pattern pattern, String replacement)
public static <T extends AbstractJaxb> void replacePathIncludeClass(T target, Pattern pattern, String replacement, List<String> includeClazz)
public static <T extends AbstractJaxb> void replacePathIncludeTag(T target, Pattern pattern, String replacement, List<Class<?>> includeTagType)
public static <T extends AbstractJaxb> void replacePathInclude(T target, Pattern pattern, String replacement, List<String> includeClazz, List<Class<?>> includeTagType)
public static <T extends AbstractJaxb> void replacePathExcludeClass(T target, Pattern pattern, String replacement, List<String> excludeClazz)
public static <T extends AbstractJaxb> void replacePathExcludeTag(T target, Pattern pattern, String replacement, List<Class<?>> excludeTagType)
Copyright © 2021 Project Mixer2. All rights reserved.