@ConfigurationProperties(prefix="errors") @PropertySource(value="classpath:config/exception-code.properties") @Component public class ExceptionCodeConfiguration extends Object
ExceptionCodeConfiguration()
Map<Integer,String>
getCodes()
String
getMessage(int code)
void
setCodes(Map<Integer,String> codes)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ExceptionCodeConfiguration()
public Map<Integer,String> getCodes()
public void setCodes(Map<Integer,String> codes)
public String getMessage(int code)
Copyright © 2020. All rights reserved.