@Component public class TemplateUtils extends Object
Constructor and Description |
---|
TemplateUtils() |
Modifier and Type | Method and Description |
---|---|
<T extends AnyTO> |
apply(T anyTO,
AnyTO template) |
<T extends AnyTO> |
apply(T anyTO,
Optional<? extends AnyTemplate> anyTemplate) |
void |
check(Map<String,AnyTO> templates,
ClientExceptionType clientExceptionType) |
@Transactional(readOnly=true) public <T extends AnyTO> void apply(T anyTO, Optional<? extends AnyTemplate> anyTemplate)
@Transactional(readOnly=true) public <T extends AnyTO> void apply(T anyTO, AnyTO template)
public void check(Map<String,AnyTO> templates, ClientExceptionType clientExceptionType)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.