public class ConfigurationPropertiesBean extends Object
The properties of albirar template engine configuration.
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ConfigurationPropertiesBean.ConfigurationPropertiesBeanBuilder<C extends ConfigurationPropertiesBean,B extends ConfigurationPropertiesBean.ConfigurationPropertiesBeanBuilder<C,B>>  | 
| Modifier | Constructor and Description | 
|---|---|
  | 
ConfigurationPropertiesBean()  | 
  | 
ConfigurationPropertiesBean(Charset charset,
                           List<Path> directories)  | 
protected  | 
ConfigurationPropertiesBean(ConfigurationPropertiesBean.ConfigurationPropertiesBeanBuilder<?,?> b)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ConfigurationPropertiesBean.ConfigurationPropertiesBeanBuilder<?,?> | 
builder()  | 
protected boolean | 
canEqual(Object other)  | 
boolean | 
equals(Object o)  | 
Charset | 
getCharset()
The default charset for templates and output. 
 | 
List<Path> | 
getDirectories()
The template directories. 
 | 
int | 
hashCode()  | 
void | 
setCharset(@NotNull Charset charset)
The default charset for templates and output. 
 | 
void | 
setDirectories(@NotEmpty List<Path> directories)
The template directories. 
 | 
ConfigurationPropertiesBean.ConfigurationPropertiesBeanBuilder<?,?> | 
toBuilder()  | 
String | 
toString()  | 
protected ConfigurationPropertiesBean(ConfigurationPropertiesBean.ConfigurationPropertiesBeanBuilder<?,?> b)
public ConfigurationPropertiesBean()
public static ConfigurationPropertiesBean.ConfigurationPropertiesBeanBuilder<?,?> builder()
public ConfigurationPropertiesBean.ConfigurationPropertiesBeanBuilder<?,?> toBuilder()
public Charset getCharset()
The default charset for templates and output.
protected boolean canEqual(Object other)
public void setCharset(@NotNull
                       @NotNull Charset charset)
The default charset for templates and output.
Copyright © 2021 Albirar. All rights reserved.