public class RuntimeClassStrategyOptionsFluentImpl<A extends RuntimeClassStrategyOptionsFluent<A>> extends BaseFluent<A> implements RuntimeClassStrategyOptionsFluent<A>
_visitables
Constructor and Description |
---|
RuntimeClassStrategyOptionsFluentImpl() |
RuntimeClassStrategyOptionsFluentImpl(RuntimeClassStrategyOptions instance) |
public RuntimeClassStrategyOptionsFluentImpl()
public RuntimeClassStrategyOptionsFluentImpl(RuntimeClassStrategyOptions instance)
public A addToAllowedRuntimeClassNames(int index, String item)
addToAllowedRuntimeClassNames
in interface RuntimeClassStrategyOptionsFluent<A extends RuntimeClassStrategyOptionsFluent<A>>
public A setToAllowedRuntimeClassNames(int index, String item)
setToAllowedRuntimeClassNames
in interface RuntimeClassStrategyOptionsFluent<A extends RuntimeClassStrategyOptionsFluent<A>>
public A addToAllowedRuntimeClassNames(String... items)
addToAllowedRuntimeClassNames
in interface RuntimeClassStrategyOptionsFluent<A extends RuntimeClassStrategyOptionsFluent<A>>
public A addAllToAllowedRuntimeClassNames(Collection<String> items)
addAllToAllowedRuntimeClassNames
in interface RuntimeClassStrategyOptionsFluent<A extends RuntimeClassStrategyOptionsFluent<A>>
public A removeFromAllowedRuntimeClassNames(String... items)
removeFromAllowedRuntimeClassNames
in interface RuntimeClassStrategyOptionsFluent<A extends RuntimeClassStrategyOptionsFluent<A>>
public A removeAllFromAllowedRuntimeClassNames(Collection<String> items)
removeAllFromAllowedRuntimeClassNames
in interface RuntimeClassStrategyOptionsFluent<A extends RuntimeClassStrategyOptionsFluent<A>>
public List<String> getAllowedRuntimeClassNames()
getAllowedRuntimeClassNames
in interface RuntimeClassStrategyOptionsFluent<A extends RuntimeClassStrategyOptionsFluent<A>>
public String getAllowedRuntimeClassName(int index)
getAllowedRuntimeClassName
in interface RuntimeClassStrategyOptionsFluent<A extends RuntimeClassStrategyOptionsFluent<A>>
public String getFirstAllowedRuntimeClassName()
getFirstAllowedRuntimeClassName
in interface RuntimeClassStrategyOptionsFluent<A extends RuntimeClassStrategyOptionsFluent<A>>
public String getLastAllowedRuntimeClassName()
getLastAllowedRuntimeClassName
in interface RuntimeClassStrategyOptionsFluent<A extends RuntimeClassStrategyOptionsFluent<A>>
public String getMatchingAllowedRuntimeClassName(Predicate<String> predicate)
getMatchingAllowedRuntimeClassName
in interface RuntimeClassStrategyOptionsFluent<A extends RuntimeClassStrategyOptionsFluent<A>>
public Boolean hasMatchingAllowedRuntimeClassName(Predicate<String> predicate)
hasMatchingAllowedRuntimeClassName
in interface RuntimeClassStrategyOptionsFluent<A extends RuntimeClassStrategyOptionsFluent<A>>
public A withAllowedRuntimeClassNames(List<String> allowedRuntimeClassNames)
withAllowedRuntimeClassNames
in interface RuntimeClassStrategyOptionsFluent<A extends RuntimeClassStrategyOptionsFluent<A>>
public A withAllowedRuntimeClassNames(String... allowedRuntimeClassNames)
withAllowedRuntimeClassNames
in interface RuntimeClassStrategyOptionsFluent<A extends RuntimeClassStrategyOptionsFluent<A>>
public Boolean hasAllowedRuntimeClassNames()
hasAllowedRuntimeClassNames
in interface RuntimeClassStrategyOptionsFluent<A extends RuntimeClassStrategyOptionsFluent<A>>
public A addNewAllowedRuntimeClassName(String arg1)
addNewAllowedRuntimeClassName
in interface RuntimeClassStrategyOptionsFluent<A extends RuntimeClassStrategyOptionsFluent<A>>
public A addNewAllowedRuntimeClassName(StringBuilder arg1)
addNewAllowedRuntimeClassName
in interface RuntimeClassStrategyOptionsFluent<A extends RuntimeClassStrategyOptionsFluent<A>>
public A addNewAllowedRuntimeClassName(StringBuffer arg1)
addNewAllowedRuntimeClassName
in interface RuntimeClassStrategyOptionsFluent<A extends RuntimeClassStrategyOptionsFluent<A>>
public String getDefaultRuntimeClassName()
getDefaultRuntimeClassName
in interface RuntimeClassStrategyOptionsFluent<A extends RuntimeClassStrategyOptionsFluent<A>>
public A withDefaultRuntimeClassName(String defaultRuntimeClassName)
withDefaultRuntimeClassName
in interface RuntimeClassStrategyOptionsFluent<A extends RuntimeClassStrategyOptionsFluent<A>>
public Boolean hasDefaultRuntimeClassName()
hasDefaultRuntimeClassName
in interface RuntimeClassStrategyOptionsFluent<A extends RuntimeClassStrategyOptionsFluent<A>>
public A withNewDefaultRuntimeClassName(String arg1)
withNewDefaultRuntimeClassName
in interface RuntimeClassStrategyOptionsFluent<A extends RuntimeClassStrategyOptionsFluent<A>>
public A withNewDefaultRuntimeClassName(StringBuilder arg1)
withNewDefaultRuntimeClassName
in interface RuntimeClassStrategyOptionsFluent<A extends RuntimeClassStrategyOptionsFluent<A>>
public A withNewDefaultRuntimeClassName(StringBuffer arg1)
withNewDefaultRuntimeClassName
in interface RuntimeClassStrategyOptionsFluent<A extends RuntimeClassStrategyOptionsFluent<A>>
Copyright © 2015–2019 Red Hat. All rights reserved.