@Generated(value="PojoBuilder") public class KeystoreBeanBuilder extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
protected boolean |
isSet$jksPath$java$lang$String |
protected boolean |
isSet$keystoreAlias$java$lang$String |
protected boolean |
isSet$keystorePassword$java$lang$String |
protected boolean |
isSet$keystorePrivateKeyPassword$java$lang$String |
protected boolean |
isSet$keystoreResource$org$springframework$core$io$Resource |
protected KeystoreBeanBuilder |
self |
protected String |
value$jksPath$java$lang$String |
protected String |
value$keystoreAlias$java$lang$String |
protected String |
value$keystorePassword$java$lang$String |
protected String |
value$keystorePrivateKeyPassword$java$lang$String |
protected org.springframework.core.io.Resource |
value$keystoreResource$org$springframework$core$io$Resource |
Constructor and Description |
---|
KeystoreBeanBuilder()
Creates a new
KeystoreBeanBuilder . |
Modifier and Type | Method and Description |
---|---|
KeystoreBean |
build()
Creates a new
KeystoreBean based on this builder's settings. |
KeystoreBeanBuilder |
but()
Returns a clone of this builder.
|
Object |
clone()
Returns a clone of this builder.
|
KeystoreBeanBuilder |
withJksPath(String value)
Sets the default value for the
KeystoreBean.jksPath property. |
KeystoreBeanBuilder |
withKeystoreAlias(String value)
Sets the default value for the
KeystoreBean.keystoreAlias property. |
KeystoreBeanBuilder |
withKeystorePassword(String value)
Sets the default value for the
KeystoreBean.keystorePassword property. |
KeystoreBeanBuilder |
withKeystorePrivateKeyPassword(String value)
Sets the default value for the
KeystoreBean.keystorePrivateKeyPassword property. |
KeystoreBeanBuilder |
withKeystoreResource(org.springframework.core.io.Resource value)
Sets the default value for the
KeystoreBean.keystoreResource property. |
protected KeystoreBeanBuilder self
protected String value$jksPath$java$lang$String
protected boolean isSet$jksPath$java$lang$String
protected String value$keystoreAlias$java$lang$String
protected boolean isSet$keystoreAlias$java$lang$String
protected String value$keystorePassword$java$lang$String
protected boolean isSet$keystorePassword$java$lang$String
protected String value$keystorePrivateKeyPassword$java$lang$String
protected boolean isSet$keystorePrivateKeyPassword$java$lang$String
protected org.springframework.core.io.Resource value$keystoreResource$org$springframework$core$io$Resource
protected boolean isSet$keystoreResource$org$springframework$core$io$Resource
public KeystoreBeanBuilder()
KeystoreBeanBuilder
.public KeystoreBeanBuilder withJksPath(String value)
KeystoreBean.jksPath
property.value
- the default valuepublic KeystoreBeanBuilder withKeystoreAlias(String value)
KeystoreBean.keystoreAlias
property.value
- the default valuepublic KeystoreBeanBuilder withKeystorePassword(String value)
KeystoreBean.keystorePassword
property.value
- the default valuepublic KeystoreBeanBuilder withKeystorePrivateKeyPassword(String value)
KeystoreBean.keystorePrivateKeyPassword
property.value
- the default valuepublic KeystoreBeanBuilder withKeystoreResource(org.springframework.core.io.Resource value)
KeystoreBean.keystoreResource
property.value
- the default valuepublic Object clone()
public KeystoreBeanBuilder but()
public KeystoreBean build()
KeystoreBean
based on this builder's settings.Copyright © 2017. All rights reserved.