aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/PropertyName.java
AgeCommit message (Expand)Author
2016-10-30more test additions, code cleanupTatu Saloranta
2015-07-10javadoc cleanupTatu Saloranta
2015-01-17Make PropertyName construction go via .construct() method (for most cases)Tatu Saloranta
2014-12-02Continue implementing JsonAppendTatu Saloranta
2014-05-07Minor refactoring of handling of root name, to cache PropertyNameTatu Saloranta
2014-03-30Trying to refactor property introspection to use PropertyName, to help with n...Tatu Saloranta
2013-07-26Completing conversion to using PropertyName instead of String in most parts o...Tatu Saloranta
2013-07-25Start working on passing full property namesTatu Saloranta
2013-03-13More refactoring, piping through "wrapper name" so downstream code need not u...Tatu Saloranta
2012-11-13Try to define exact equality rule fo PropertyNameTatu Saloranta
2012-11-13fix by Francis G, PropertyName.equals()Tatu Saloranta
2012-09-09...Tatu Saloranta
2012-09-09Add one more constant for PropertyName, to signal "disabled" virtual nameTatu Saloranta
2012-09-05forgot to check in mods to PropertyNameTatu Saloranta
2012-09-05Further changes to use PropertyName (with namespace support)Tatu Saloranta
2012-09-04Starting to implement [Issue#69], upgrade to using PropertyName (to make xml ...Tatu Saloranta