public interface ITemplateProcessorGate
DisableStringLiteralTemplates
Modifier and Type | Method and Description |
---|---|
boolean |
exclude(String typeName)
Return true if the
typeName should be excluded from string template processing |
boolean exclude(String typeName)
typeName
should be excluded from string template processingtypeName
- A fully qualified type name.true
to exclude typeName
from string template processing, otherwise false
.Copyright © 2024. All rights reserved.