UNPKG

gen-jhipster

Version:

Spring Boot + Angular/React/Vue in one handy generator

12 lines (11 loc) 317 B
/** * @private * Convert to Java bean name case * * Handle the specific case when the second letter is capitalized * See http://stackoverflow.com/questions/2948083/naming-convention-for-getters-setters-in-java * * @param beanName * @return */ export declare const javaBeanCase: (beanName: string) => string;