平日インプット週末アウトプットぶろぐ

  • Home
  • Archives
  • Tags
  • About

Entries

jackson.datatypeをつかってiOSのレシートの日付文字列をデシアライズする

  • September 15, 2017
  • jackson  
  • json  
  • datetype  
iOSアプリで購入したアイテムのレシート検証を実装する過程でレシートに含まれる日付文字列をdata classにデシアライズしてみた。 レシート
Read more...

KotlinでConstructor Injectionが増えてきたからDelegateをつかってリファクタリングしてみた

  • September 8, 2017
  • kotlin  
  • delegate  
今回のエントリはDelegateの使い方をまとめる。 次のようなConstructor Injectionに複数のサービスクラスが並んだTask
Read more...

protobuf typeに値が入っているか確認するにはgoogle/protobuf/wrappers.protoをつかうとよい

  • September 3, 2017
  • gRPC  
  • proto  
  • wrappers  
今回のエントリも前回に続きprotobufの数あるtypeの中から1つの使い方まとめていきたい。今回は google/protobuf/wra
Read more...

protobuf typeに日付型のcom.google.protobuf.Timestampをつかってみた

  • August 25, 2017
  • gRPC  
  • protobuf  
  • timestamp  
protobufのtypeに日付型をつかいたいケースがあったので com.google.protobuf.Timestampをつかってみた。 g
Read more...

gRPC ServerのExceptionFilterの方法をまとめた(grpc-java)

  • August 18, 2017
  • gRPC  
  • Exception  
  • Filter  
  • Interceptor  
前回のエントリでは認証処理やメトリクス計測、ログ出力などをインターセプターをつかい横断的に処理する方法をまとめた。 Kotlin + gRPCでio.grp
Read more...
  • ««
  • «
  • 1
  • 2
  • 3
  •  … 
  • 6
  • 7
  • 8
  •  … 
  • 16
  • »
  • »»
© Copyright 2019 Soushi Nozawa
  • About
Powered by Hugo and Whiteplain